home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Utilities
/
Ph 1.1.1
/
PhClient
/
encrypt.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-03-08
|
314 b
|
13 lines
|
[
TEXT/MPS
]
/*______________________________________________________________________
encrypt.h - Encryption Interface.
_____________________________________________________________________*/
#ifndef __encrypt__
#define __encrypt__
extern void crypt_start (char *pw);
extern short encryptit (char *to, char *from);
#endif